Appliance Tls ManualParameters Global SetSpec

Appliance Tls ManualParameters Global SetSpec
Appliance Tls ManualParameters Global SetSpec

The Appliance Tls ManualParameters Global SetSpec schema contains the information about the TLS Profile.

This schema was added in vSphere API 8.0.3.0.

JSON Example
{
    "protocol_versions": [
        {
            "version": "string",
            "ciphers": [
                "string"
            ]
        }
    ],
    "curves": [
        "string"
    ],
    "fips_enforced": false
}
protocol_versions
Required

Defines the list of TLS protocol version and their ciphers

This property was added in vSphere API 8.0.3.0.

array of string
curves
Required

Defines the TLS Profile curves in IANA form.

This property was added in vSphere API 8.0.3.0.

boolean
fips_enforced
Required

This property is deprecated as of vSphere API 9.0.0.0. in 9.0.0.0 and above all profiles are FIPS compliant, always @term true.

Indicates if FIPS 140-3 compliance is enforced for the TLS Profile.

This property was added in vSphere API 8.0.3.0.